:: com :: sun :: star ::

module task
Description
Task management interfaces.

Services
::com::sun::star::task::AsyncJob represent an asynchronous job, which can be executed by the global ::com::sun::star::task::JobExecutor instance.
::com::sun::star::task::InteractionHandler An interaction request handler that lets the user handle a number of well known requests via GUI dialogs (and the ::com::sun::star::task::PasswordContainer service).
::com::sun::star::task::Job represent a synchronous job, which can be executed by the global ::com::sun::star::task::JobExecutor instance.
::com::sun::star::task::JobExecutor generic job execution service
::com::sun::star::task::PasswordContainer this service is kind of storage that allows to store passwords and to retrieve already stored.
Interfaces
::com::sun::star::task::XAbortChannel Use this interface to abort a command asynchronously. For example, have a look at ::com::sun::star::deployment::XPackageManager .
::com::sun::star::task::XAsyncJob specifies a job which must be executed asynchronously
::com::sun::star::task::XInteractionAbort An interaction continuation specifing to abort executing the process that issued the request.
::com::sun::star::task::XInteractionApprove An intearaction continuation specifing 'approval'.
::com::sun::star::task::XInteractionContinuation Specifies a way of how to continue from an ::com::sun::star::task::XInteractionRequest .
::com::sun::star::task::XInteractionDisapprove An interaction continuation specifing 'disapproval'.
::com::sun::star::task::XInteractionHandler An interaction request handler.
::com::sun::star::task::XInteractionPassword A continuation to get a password from interaction helper.
::com::sun::star::task::XInteractionRequest The description of an interaction request.
::com::sun::star::task::XInteractionRetry An interaction continuation specifing to try to re-execute the process that issued the request.
::com::sun::star::task::XJob specifies a job which is to be executed synchronously
::com::sun::star::task::XJobExecutor starts action for any triggered event from outside
::com::sun::star::task::XJobListener listener on finish states of asynchronous job execution
::com::sun::star::task::XPasswordContainer Allows to save passwords with URL-pattern, to use them later.
::com::sun::star::task::XStatusIndicator controls a status indicator which displays progress of longer actions to the user
::com::sun::star::task::XStatusIndicatorFactory provides multiple, probably parallel running, status indicator objects
::com::sun::star::task::XStatusIndicatorSupplier [ DEPRECATED ]
use ::com::sun::star::task::XStatusIndicatorFactory instead of this
Structs
::com::sun::star::task::UrlRecord
::com::sun::star::task::UserRecord
Exceptions
::com::sun::star::task::ClassifiedInteractionRequest A classified interaction request.
::com::sun::star::task::DocumentPasswordRequest this request specifies the mode in wich the password should be asked
::com::sun::star::task::ErrorCodeIOException IOException that can carry error codes ( not only io related ). It can be used to transport the error code information.
::com::sun::star::task::ErrorCodeRequest represents a general error exception. It can be used to transport the error code information. E.g. that can be usefull for interactions.
::com::sun::star::task::MasterPasswordRequest this request specifies the mode in wich the password should be asked
::com::sun::star::task::NoMasterException is thrown when a master password is needed but not available/correct.
::com::sun::star::task::PasswordRequest this request specifies the mode in wich the password should be asked
::com::sun::star::task::UnsupportedOverwriteRequest this request is used in case a content can't keep files from overwriting
Enums
::com::sun::star::task::InteractionClassification A classification of interaction requests.
::com::sun::star::task::PasswordRequestMode the mode in which a password should be asked
Top of Page