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.0.0.1664 (8.0.0.1664)
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