GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

WorkflowCancelOptions Class

public record WorkflowCancelOptions : System.IEquatable<dymaptic.GeoBlazor.Pro.Options.WorkflowCancelOptions>

Inheritance System.Object 🡒 WorkflowCancelOptions

Implements System.IEquatable<WorkflowCancelOptions>

Constructors

WorkflowCancelOptions(Nullable, Error, Nullable) Constructor

public WorkflowCancelOptions(System.Nullable<bool> EmitCancelEvent=null, dymaptic.GeoBlazor.Core.Model.Error? Error=null, System.Nullable<bool> Force=null);

Parameters

EmitCancelEvent System.Nullable<System.Boolean>

Error Error

The returned Error object. ArcGIS Maps SDK for JavaScript

Force System.Nullable<System.Boolean>

Indicates whether to force cancel the active workflow. ArcGIS Maps SDK for JavaScript

Properties

WorkflowCancelOptions.EmitCancelEvent Property

public System.Nullable<bool> EmitCancelEvent { get; set; }

Property Value

System.Nullable<System.Boolean>

WorkflowCancelOptions.Error Property

The returned Error object. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.Error? Error { get; set; }

Property Value

Error

WorkflowCancelOptions.Force Property

Indicates whether to force cancel the active workflow. ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Force { get; set; }

Property Value

System.Nullable<System.Boolean>