Class CsharpScriptExecutor<T>
Inheritance
CsharpScriptExecutor<T>
Inherited Members
Namespace: EyeAuras.CsScriptAuras.UserSpace
Assembly: EyeAuras.CsScriptAuras.dll
Syntax
public abstract class CsharpScriptExecutor<T> : DisposableReactiveObjectWithLogger, ICsharpScriptExecutor<T>, IDisposable, INotifyPropertyChanged
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Description |
|---|---|
| CsharpScriptExecutor() |
Properties
| Name | Description |
|---|---|
| AuraContext | |
| AuraTree | |
| CancellationToken | |
| Clock | |
| Context | |
| FolderContext | |
| IsRunning | |
| ScriptLog | |
| Variables |
Methods
| Name | Description |
|---|---|
| PrepareLogger() | |
| Run(CancellationToken) | |
| RunInternal(CancellationToken) | |
| Sleep(int) | |
| Sleep(TimeSpan) |