asiInvalidateFlowchartStep
asiInvalidateFlowchartStep(o_sessions_step) =>t/nil
Description
Invalidates a flowchart step for a particular session.
You can use this function to invalidate a particular step that has become obsolete or out of date. This way, when a step that is dependent on the invalidated step must be executed, the system will first re-execute the invalidated to step to make it current.
Arguments
Value Returned
Examples
Invalidates the netlisting step for the session.
asiInvalidateFlowchartStep( session 'asiRawNetlist )
Related Topics
Return to top