IHostServicesViewsAddWorkOrder Method
Add a new work order.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void AddWorkOrder(
WorkOrder workOrder,
bool isActive = true
)
Sub AddWorkOrder (
workOrder As WorkOrder,
Optional isActive As Boolean = true
)
Parameters
- workOrder WorkOrder
- WorkOrder with the work order.
- isActive Boolean (Optional)
- Indicates whether the view is active at startup.