Summary of Call Sequence
The diagrams show an abstract view of which actions are performed when you call a System object™. The background color or each action indicates the type of call.
Grey background — Internal actions
Green background — Author-implemented method
White background — User-accessible functions
If you want a more detailed call sequence, see Detailed Call Sequence.
Setup Call Sequence
This hierarchy shows the actions performed when the setup function
is called by the system object. setup is usually called when you run a
System object for the first time.

Running the Object or Step Call Sequence
This hierarchy shows the actions performed when you call the System object as a function, which is equivalent to using the step
method to call the object.

Reset Method Call Sequence
This hierarchy shows the actions performed when you call the reset
function.

Release Method Call Sequence
This hierarchy shows the actions performed when you call the
release function.

See Also
setupImpl | stepImpl | releaseImpl | resetImpl