- Function GMP::SolverSession::ExecutionStatus(solverSession)¶
GMP::SolverSession::ExecutionStatus¶
The function GMP::SolverSession::ExecutionStatus
returns the
execution status of a solver session.
GMP::SolverSession::ExecutionStatus(
solverSession ! (input) a solver session
)
Arguments¶
- solverSession
An element in the set
AllSolverSessions
.
Return Value¶
An element in the set
AllExecutionStatuses
. This set contains the following elements:
NotStarted,
Pending,
Running,
Interrupted,
Finished.