Embed SpecialExecutionTasks (XModule)

SpecialExecutionTasks are specific Module definitions which can be used for performing certain operations. They can be either embedded or referenced as .cs files in a Module. How to embed files is described in "Embed files" in more detail.

For further information on how to create SpecialExecutionTasks, please refer to the TBox API documentation (Extensions for TBox->Special Execution Tasks).

The following conditions have to be met for using embedded or referenced .cs files:

  • .cs files that are required for SpecialExecutionTasks must be encoded in UTF-8.

  • The name of the embedded file must match the value of the parameter SpecialExecutionTask on the Module level (check out "Configuration Param").

  • The source code of the .cs file must include exactly one class of the type SpecialExecutionTask. Other classes may additionally be contained.

Example of an embedded SpecialExecutionTask