Interface ICsharpScriptTrigger
Inherited Members
Namespace: EyeAuras.CsScriptAuras.Triggers.CsharpScript
Assembly: EyeAuras.CsScriptAuras.dll
Syntax
public interface ICsharpScriptTrigger : IAuraTrigger, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription
Properties
Name | Description |
---|---|
EvaluationPeriod | |
MaximumExecutionTime | Gets or sets the maximum amount of time allowed for the script execution. If the execution time exceeds this limit, the script will be forcefully terminated by cancelling the CancellationToken passed to the script. |
Methods
Name | Description |
---|---|
Execute(CancellationToken) |