[This is preliminary documentation and is subject to change.]
Create a new ExecutionResult with all parameters except the DatabaseExceptionHandler supplied.
The default handler is used.
| C# |
public ExecutionResult( ResultAction resultAction, string simpleMessage, Object result, string status, float percentComplete )
- resultAction (ResultAction)
- The action to take.
- simpleMessage (String)
- A message to show in a popup message box.
- result (Object)
- The result of the operation execution.
- status (String)
- A message to show in the application status area.
- percentComplete (Single)
- The percentage complete to show in the application status area. A negative value results in the status being hidden.