delegate void | A step in processing or query. |
delegate void Meta.Conduit.StepResult ( bool success, string data ) |
---|
A step in processing or query. Parameters success True if the step succeeded. False otherwise (with error in data field) dataThe optional data returned in success or the error data on failure. |