ScriptBase.OperationComplete

ScriptBase.OperationComplete Delegate

Used to obtain notification that the operation has completed.

Syntax

[System.Obsolete("Deprecated. Use the Actions", false)]
public delegate void ScriptBase.OperationComplete (bool success, string failureMessage)

Parameters

success
true if the operation completed successfully.
failureMessage
A message describing the failure if success if false.

Remarks

The failure message is intended to be used for debugging and may change without notice.

Requirements

Namespace: Sansar.Script
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.