delegate void Meta.Conduit.StepResult(bool success, string data)
success: bool
True if the step succeeded. False otherwise (with error in data field)
data: string
The optional data returned in success or the error data on failure.
delegate void