asiInvalidateControlStmts
asiInvalidateControlStmts(
{ o_session | o_tool }
)
=> t / nil
Description
The asiInvalidateControlStmts function is a wrapper to asiInvalidateFlowchartStep, which invalidates the asiSendControlStmts flowchart step.
Arguments
Value Returned
Examples
The following example shows how to overload the asiInvalidateControlStmts function:
defmethod( asiInvalidateControlStmts ( ( session Spectre_session ) )
asiInvalidateFlowchartStep( session 'asiSendControlStmts )
)
Return to top