StatusFailed(Status)
Detect if the Status sent is considered a failure.
Parameters
status : Status : Status code
Return
- boolBoolean value indicating if the status is considered a failure.
The following values are not considered a failure.
Success
means that there was no error.ConnectionInProgress
means thatInitialize
function is in progress and is not fully completed.Incomplete
means that the function call is not completely successful.