Execute
Executes a job synchronously (in this mode, progress information and cancelation are not available).
String id = job.Execute (
String methodName
) const
String methodName
) const
Parameters
methodName
Name of the method to call on entity
Return values
id
Identifier of the job created (returned even of the job has failed if created in the database)
Features

