Assembly: Mobile
Workspace: Prognoz.Platform.Interop.Mobile
The IPublishMobileApplicationScheduledTask interface is used to work with the task of mobile application publishing.
IPublishMobileApplicationScheduledTask
The task of mobile application publishing is a child object of the scheduled tasks container.
| Property name | Brief description | |
| IsX86 | Outdated. Use IPublishMobileApplicationScheduledTask.WebApplication. | |
| MobileApplication | The MobileApplication property returns the mobile application to be published. | |
| Publicator | The Publicator property determines the object that publishes the mobile application. | |
| ServerName | Obsolete. Use IPublishMobileApplicationScheduledTask.WebApplication. | |
| VirtualDirectory | Obsolete. Use IPublishMobileApplicationScheduledTask.WebApplication. | |
| WebApplication | The WebApplication property determines the path for publishing the mobile application. |
| Property name | Brief description | |
| Properties | The Properties property returns task parameters. | |
| State | The State property returns the task status at the current time. |
| Method name | Brief description | |
| CreateInvokeEvent | The CreateInvokeEvent method creates new event for scheduled task container task's execution. | |
| ExecuteImmediate | The ExecuteImmediate method executes task in current repository. | |
| GetResults | The GetResults method returns the history of task execution. | |
| ResetResults | The ResetResults method resets the results of task execution and changes its state to "Ready". |
See also: