Description

Flags to further customize task's behavior.

Since 1.22

Fields

  • none - No special flags.
  • use_stdin - Task will require console input.
  • use_stdout - Task will require console output.
  • no_exit_code_error - Task will not produce an exit code upon termination.
  • exit_with_parent - Exit when parent exits.

Signature

enum Efl.Task_Flags {
    none: 0,
    use_stdin: 1,
    use_stdout: 2,
    no_exit_code_error: 4,
    exit_with_parent: 8
}

C signature