- Function GMP::SolverSession::GetCallbackInterruptStatus(solverSession)
GMP::SolverSession::GetCallbackInterruptStatus
The function GMP::SolverSession::GetCallbackInterruptStatus returns
the type of the last callback function that had been called during a
specific solver session.
GMP::SolverSession::GetCallbackInterruptStatus(
solverSession ! (input) a solver session
)
Arguments
- solverSession
An element in the set
AllSolverSessions.
Return Value
An element in the set
AllSolverInterrupts.
Note
When the solver session has not yet been executed, the empty element will be returned.
See also