Moblile > Mobile Assembly Interfaces > IPublishMobileApplicationScheduledTask
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 a mobile application. |
![]() |
ServerName | Outdated. Use IPublishMobileApplicationScheduledTask.WebApplication. |
![]() |
VirtualDirectory | Outdated. Use IPublishMobileApplicationScheduledTask.WebApplication. |
![]() |
WebApplication | The WebApplication property determines the path for publishing a mobile application. |
Property name | Brief description | |
![]() |
Properties | The Properties property returns task parameters. |
![]() |
State | The State property returns task state at the current moment. |
Method name | Brief description | |
![]() |
CreateInvokeEvent | The CreateInvokeEvent method creates a new event of executing a task of the scheduled tasks container. |
![]() |
ExecuteImmediate | The ExecuteImmediate method implements a task in the current repository. |
![]() |
GetResults | The GetResults method returns task history. |
![]() |
ResetResults | The ResetResults property resets results of task execution and marks it as Ready. |
See also: