Title here
Summary here
public class LoadProcess public string AbortMessage { get; set; }| Type | Description |
|---|---|
| string |
public DateTime? EndDate { get; set; }| Type | Description |
|---|---|
| DateTime? |
public string EndMessage { get; set; }| Type | Description |
|---|---|
| string |
public long? Id { get; set; }| Type | Description |
|---|---|
| long? |
public bool IsFinished { get; }| Type | Description |
|---|---|
| bool |
public bool IsRunning { get; set; }| Type | Description |
|---|---|
| bool |
public string ProcessName { get; set; }| Type | Description |
|---|---|
| string |
public string Source { get; set; }| Type | Description |
|---|---|
| string |
public long? SourceId { get; set; }| Type | Description |
|---|---|
| long? |
public DateTime StartDate { get; set; }| Type | Description |
|---|---|
| DateTime |
public string StartMessage { get; set; }| Type | Description |
|---|---|
| string |
public bool WasAborted { get; set; }| Type | Description |
|---|---|
| bool |
public bool WasSuccessful { get; set; }| Type | Description |
|---|---|
| bool |
public LoadProcess Abort()| Type | Description |
|---|---|
| LoadProcess |
public LoadProcess Abort(IConnectionManager connection)| Type | Name | Description |
|---|---|---|
| IConnectionManager | connection |
| Type | Description |
|---|---|
| LoadProcess |
public LoadProcess Abort(IConnectionManager connection, string message)| Type | Name | Description |
|---|---|---|
| IConnectionManager | connection | |
| string | message |
| Type | Description |
|---|---|
| LoadProcess |
public LoadProcess Abort(string message)| Type | Name | Description |
|---|---|---|
| string | message |
| Type | Description |
|---|---|
| LoadProcess |
public LoadProcess End()| Type | Description |
|---|---|
| LoadProcess |
public LoadProcess End(IConnectionManager connection)| Type | Name | Description |
|---|---|---|
| IConnectionManager | connection |
| Type | Description |
|---|---|
| LoadProcess |
public LoadProcess End(IConnectionManager connection, string message)| Type | Name | Description |
|---|---|---|
| IConnectionManager | connection | |
| string | message |
| Type | Description |
|---|---|
| LoadProcess |
public LoadProcess End(string message)| Type | Name | Description |
|---|---|---|
| string | message |
| Type | Description |
|---|---|
| LoadProcess |