|
| void | RunAsync () |
| | Run this job asynchronously. If you need to wait for the job to finish, use RunSync instead.
|
| |
| void | RunSync (TimeSpan maxWait) |
| | Run this job and wait until it is finished. Jobs can take some time, so make sure you have a large enough maxWait for your server to finish.
|
| |
Definition at line 22 of file IAsyncProjectJob.cs.
| void erminas.SmartAPI.CMS.Project.IAsyncJob.RunAsync |
( |
| ) |
|
Run this job asynchronously. If you need to wait for the job to finish, use RunSync instead.
| void erminas.SmartAPI.CMS.Project.IAsyncJob.RunSync |
( |
TimeSpan |
maxWait | ) |
|
Run this job and wait until it is finished. Jobs can take some time, so make sure you have a large enough maxWait for your server to finish.
- Exceptions
-
| TimeoutException | Thrown, if the copy job wasn't finished in time |
| string erminas.SmartAPI.CMS.Project.IAsyncJob.EmailMessage |
|
getset |
| IUser erminas.SmartAPI.CMS.Project.IAsyncJob.EmailReceipient |
|
getset |
| string erminas.SmartAPI.CMS.Project.IAsyncJob.EmailSubject |
|
getset |
| bool erminas.SmartAPI.CMS.Project.IAsyncJob.IsSendingEmailOnCompletion |
|
getset |
The documentation for this interface was generated from the following file: