Interface IScriptSandbox
Inherited Members
Namespace: EyeAuras.Scripting.Api
Assembly: EyeAuras.Scripting.Metadata.dll
Syntax
public interface IScriptSandbox : IDisposable
Properties
Name | Description |
---|---|
cancellationToken | A cancellation token used across the Scripting subsystem to manage the cancellation of long-running operations. |
Methods
Name | Description |
---|---|
Sleep(double) | Suspends the execution of the current method for a specified duration. |
Sleep(int) | Suspends the execution of the current method for a specified duration. |
Sleep(TimeSpan) | Suspends the execution of the current method for a specified duration. |