- Declared in: RT.Util.Threading.Periodic
- Virtual
Declaration
public virtual bool Shutdown(
bool waitForExit
)
Summary
Causes the periodic activity to stop occurring. If called while the activity is being performed,
will wait until the activity has completed before returning. Ensures that
Periodic.IsRunning
is false once this method returns.