The AutomaticTask type exposes the following members.

Properties

  NameDescription
Public propertyId
Gets the unique ID of the task.
(Inherited from Task.)
Public propertyInputFiles
Gets the input files of the task.
(Inherited from Task.)
Public propertyMessages
Gets the messages generated by this task.
Public propertyName
The name of the task. For example "Scan" for the Scan automatic task, or "Translate" for a translation manual task.
(Inherited from Task.)
Public propertyOutputFiles
Gets the output files this task has generated. These are the files that can be transferred into a subsequent automatic or manual task. These are usually the same files as the input files, but can be different: for instance in case of the Split task, the input files are the source language files, whereas the output files are the target language copies for all project target languages. This returns null, unless the automatic task has completed.
Public propertyReports
Gets the reports that have been generated by this task.
Public propertyStatus
Gets the current status of the task.
(Inherited from Task.)
Public propertyTemplateIds
Gets the IDs of the automatic task templates that have been run. If a single automatic task has been run then this property will contain the one corresponding template. If a sequence of automatic tasks have been run together using FileBasedProject.RunAutomaticTasks, then more than one template ID may be listed here. This is because content processing tasks are grouped together in one Automatic Task for efficiency.

See Also