Main Content
getStatus
Return execution status
Syntax
status = cgvObj.getStatus()
status = cgvObj.getStatus(inputName)
Description
returns
the execution status of status
= cgvObj.getStatus()cgvObj
. cgvObj
is
a handle to a cgv.CGV
object.
returns
the status of a single execution for status
= cgvObj.getStatus(inputName
)inputName
.
Input Arguments
|
|
Output Arguments
|
If
If if (all executions return 'passed') status = 'passed' else if (all executions return 'passed' or 'completed') status = 'completed' else if (an execution returns 'error') status = 'error' else if (an execution returns 'failed') status = 'failed' else if (an execution returns 'none' or 'pending' status = 'none' |