dark_mode EN
  • Method WTask :Custom
  • Parameters
    cOperation

  • Return value
    Self (Constructor)

Create a 'custom' type task. 'Custom' type operations are characterized by always redirecting the action to the 'CustomProcess' method of the prenset WDoc class and passing as the only parameter the first parameter 'cOpertion' indicated in this constructor. This type of task is designed to unify in a single WDoc method all those low-code operations that we want to have unified under a single method and select the option based on the first parameter passed.

For more information, see the programming guide.

Previous chevron_left Next chevron_right