nn::nex::CallContext::State Enumerated Type

Syntax

enum State;

Value

Value Description
Available Can execute.
CallInProgress Process is executing. A context in this state cannot be used as the Context of another asynchronous process.
CallSuccess Process succeeded and ended.
CallFailure Process failed and ended.
CallCancelled Process was canceled.

Description

Enumerated type that represents the CallContext state.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL