Set AllExecutionStatuses

AllExecutionStatuses

The predefined set AllExecutionStatuses contains the names of all execution statuses associated with asynchronous solves.

Set AllExecutionStatuses {
    Index        :  IndexExecutionStatus;
}

Definition

The set AllExecutionStatuses contains the names of all execution statuses associated with asynchronous solves. The execution status of an asynchronous solve can be queried using the function GMP::SolverSession::ExecutionStatus.

See also

The function GMP::SolverSession::ExecutionStatus.