Click or drag to resize

QueryResultFlatModelExitCode 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.2.0.814 (8.2.0.814)
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