Méthode | Description | |
---|---|---|
Create ( ProcessState state ) : ProcessResult |
Creates a processing result with the specified state.
|
|
Create ( ProcessState state, IList |
Creates a processing result with the specified state.
|
|
Create ( ProcessState state, string message ) : ProcessResult |
Creates a processing result with the specified state.
|
|
Create ( ProcessState state, string message, IList |
Creates a processing result with the specified state.
|
public static Create ( ProcessState state ) : ProcessResult | ||
state | ProcessState | The state. |
Résultat | ProcessResult |
public static Create ( ProcessState state, IList |
||
state | ProcessState | The state. |
packages | IList |
The packages which were processed in this round. |
Résultat | ProcessResult |
public static Create ( ProcessState state, string message ) : ProcessResult | ||
state | ProcessState | The state. |
message | string | The message. |
Résultat | ProcessResult |
public static Create ( ProcessState state, string message, IList |
||
state | ProcessState | The state. |
message | string | The message. |
packages | IList |
The packages which were processed in this round. |
Résultat | ProcessResult |