Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Type Alias: IDisposable

IDisposable: object

Type of disposable object.

Type declaration

dispose()

dispose: () => void

Performs the tasks necessary to release resources correctly.

Returns

void