setFlags
This function should be called within a task function or within a BeeCluster code block. It overrides the binding flags of the task.
session.setFlags(
SameDrone=None,
NonInterruptible = None
)
Parameters
Name | Description |
---|---|
SameDrone | If not None, override the SameDrone flag of the current task. |
NonInterruptible | If not None, override the NonInterruptible flag of the current task. |
info
Call this function before any act() function calls in a task function.