void suspend_callouts()	[System only]

    Suspend all callouts in the entire system.  Only callouts in the object
    doing the call will still run normally.  This call can be used to
    suspend all activity in a system that has been taken down for maintenance.

void resume_callouts()	[System only]

    Resume previously suspended callouts.  All delayed callouts will run at
    the earliest opportunity.
