Interface ICsharpScriptAction
Defines an action that allows the execution of arbitrary C# code within the context of the application.
Inherited Members
Namespace: EyeAuras.CsScriptAuras.Actions.CsharpScript
Assembly: EyeAuras.CsScriptAuras.dll
Syntax
public interface ICsharpScriptAction : IAuraAction, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription
Properties
Name | Description |
---|---|
IgnoreCancellation | Gets or sets a value indicating whether the script should ignore cancellation requests.
When set to |
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. |