Persistate API documentation
ExecutionResult Constructor (resultAction, status, percentComplete)
NamespacesPersistateExecutionResultExecutionResult(ResultAction, String, Single)

[This is preliminary documentation and is subject to change.]

Create a new ExecutionResult with a particular ResultAction, status and percent complete, and null message and result object, and default DatabaseExceptionHandler.
Declaration Syntax
C#
public ExecutionResult(
	ResultAction resultAction,
	string status,
	float percentComplete
)
Parameters
resultAction (ResultAction)
The action to take.
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.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)