WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIMsgShutdownService
| IID: | 483C8ABB-ECF9-48A3-A394-2C604B603BD5 |
| Inherits From: | nsISupports |
Methods
void cancelShutdownTasks ( )
PRInt32 getNumTasks ( )
void setShutdownListener ( nsIWebProgressListener inListener )
void setStatusText ( AString inStatusString )
void startShutdownTasks ( )
Tell the service to stop running tasks and go ahead and shutdown the application.
Get the number of tasks that will need to be processed at shutdown time.
- Returns:
- The number of shutdown tasks to do.
void setShutdownListener ( nsIWebProgressListener inListener )
Set the shutdown listener.
- Arguments:
- inListener
void setStatusText ( AString inStatusString )
Set the status text of the shutdown progress dialog.
- Arguments:
- inStatusString
Reference documentation is generated from Mozilla's source.
