Readonly
profileBarrier for notification profile-before-change.
Readonly
profileBarrier for notification profile-change-teardown.
Readonly
quitBarrier for notification quit-application-granted.
Readonly
sendBarrier for notification profile-before-change-telemetry.
Readonly
webBarrier for notification web-workers-shutdown.
Readonly
xpcomBarrier for notification xpcom-will-shutdown.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Create a new barrier.
By convention, the name should respect the following format: "MyModuleName: Doing something while it's time" e.g. "OS.File: Waiting for clients to flush before shutting down"
This attribute is uploaded as part of crash reports.
Generated using TypeDoc
A service that allows registering shutdown-time dependencies.