Callback: Boolean object.OnGenerate(IUserObject load, Func<Int32, String, Boolean> progressFunction)

Called when the load object is generated.

Parameters

  • load
    The load object.
  • progressFunction
    Type: Func<Int32, String, Boolean>
    A progress function.

Return Value

Type: Boolean
True if the generation succeeded; false otherwise.