Remove all Activity nodes from this [Workflow].
(&self)
| 498 | |
| 499 | /// Remove all Activity nodes from this [Workflow]. |
| 500 | pub fn clear(&self) -> bool { |
| 501 | unsafe { BNWorkflowClear(self.handle.as_ptr()) } |
| 502 | } |
| 503 | |
| 504 | /// Insert the list of `activities` before the specified `activity` and at the same level. |
| 505 | /// |
no outgoing calls