#include <revolution/nwc24.h>
s32 NWC24ResumeScheduler( void );
Frees the auto-scheduler from a temporary pause.
None.
Returns the suspend counter from before the start of processing.
When 0 is returned, it indicates that the auto-schedule was in an executable state before the process began.
When a positive number is returned. it indicates it was paused before the process began.
One of the following is returned when the process fails:
NWC24_ERR_FATAL: Fatal error.
NWC24_ERR_INTERNAL_IPC: Problem with internal process.
NWC24_ERR_INPROGRESS: Scheduler has not started.
NWC24_ERR_MUTEX: There is context indicating another call to the scheduler API and such.
NWC24SuspendScheduler, NWC24TrySuspendScheduler
2006/09/01 Initial version.
CONFIDENTIAL