SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Additional Inherited Members | |
Public Member Functions inherited from erminas.SmartAPI.CMS.Project.IAsyncJob | |
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. | |
Properties inherited from erminas.SmartAPI.CMS.Project.IAsyncJob | |
string | EmailMessage [get, set] |
IUser | EmailReceipient [get, set] |
string | EmailSubject [get, set] |
bool | IsSendingEmailOnCompletion [get, set] |
IApplicationServer | Server [get, set] |
Properties inherited from erminas.SmartAPI.CMS.Project.IProjectObject | |
IProject | Project [get] |
Definition at line 44 of file IAsyncProjectJob.cs.