SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.CMS.Project.IAsyncProjectJob Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.Project.IAsyncProjectJob:
+ Collaboration diagram for erminas.SmartAPI.CMS.Project.IAsyncProjectJob:

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]
 

Detailed Description

Definition at line 44 of file IAsyncProjectJob.cs.


The documentation for this interface was generated from the following file: