|
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 23 of file IProjectExportJob.cs.
bool erminas.SmartAPI.CMS.Project.IProjectExportJob.IsIncludingAdministrationSettings |
|
getset |
bool erminas.SmartAPI.CMS.Project.IProjectExportJob.IsIncludingArchive |
|
getset |
bool erminas.SmartAPI.CMS.Project.IProjectExportJob.IsLoggingOffActiveUsersInProject |
|
getset |
string erminas.SmartAPI.CMS.Project.IProjectExportJob.TargetPath |
|
getset |
The documentation for this interface was generated from the following file: