Click or drag to resize
ScriptActionResultModelExitCode Property
Gets or sets the exit code of the process.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public Nullable<int> ExitCode { get; set; }

Property Value

Type: NullableInt32
The exit code.
Remarks
This value will be if the user chose not to wait for completion.
See Also