IPublishMobileApplicationScheduledTask

Assembly: Mobile

Workspace: Prognoz.Platform.Interop.Mobile

Description

The IPublishMobileApplicationScheduledTask interface is used to work with the task of mobile application publishing.

Inheritance Hierarchy

          IScheduledTask

          IPublishMobileApplicationScheduledTask

Comments

The task of mobile application publishing is a child object of the scheduled tasks container.

Properties

  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.

Properties inherited from IScheduledTask

  Property name Brief description
Properties The Properties property returns task parameters.
State The State property returns the task status at the current time.

Methods inherited from IScheduledTask

  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:

Mobile Assembly Interfaces