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.
Successmeans that there was no error.ConnectionInProgressmeans thatInitializefunction is in progress and is not fully completed.Incompletemeans that the function call is not completely successful.