#include <revolution/sc.h> u32 SCCheckStatus(void);
None.
One of the SC_STATUS_* values.
This function checks the status of background processes while the SC library is executing or checks the result of the last background process that executed.
The return value of this function is only useful after calling SCInit or SCFlush*.
| Return Values | State or result |
| SC_STATUS_OK | The last executed background process succeeded. No background process is currently executing. |
|---|---|
| SC_STATUS_BUSY | A background process is currently executing. |
| SC_STATUS_ERROR | The last executed background process failed. No background process is currently executing. |
SCInit
SCFlush*
2009/07/13 Deleted link to SCFlush* because the functions are no longer public.
2006/05/29 Initial version.
CONFIDENTIAL