[This is preliminary documentation and is subject to change.]
Create a new ExecutionResult with a particular ResultAction, message, status and percent
complete, and null result object and default DatabaseExceptionHandler.
| C# |
public ExecutionResult( ResultAction resultAction, string simpleMessage, string status, float percentComplete )
- resultAction (ResultAction)
- The action to take.
- simpleMessage (String)
- A message to show in a popup message box.
- status (String)
- The text 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.