IResource.onBeforeResourceStarted
Method
interface IResource { // ... omitted for brevity onBeforeResourceStarted(callback: (arg: BeforeResourceStartedEvent) => Promise<void>): IResource;}Signature
method
onBeforeResourceStarted builder Subscribes to the BeforeResourceStarted event.
onBeforeResourceStarted(callback: (arg: BeforeResourceStartedEvent) => Promise<void>): IResourceParameters
callback (arg: BeforeResourceStartedEvent) => Promise<void> Returns
IResource Defined on
This method is defined on the following type: