IHostConfigurationViewsChangeStatusPeriod Method
Shows the wizard for changing the status of a company period.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ChangeStatusPeriod(
long id,
Action finishingAction = null
)
Sub ChangeStatusPeriod (
id As Long,
Optional finishingAction As Action = Nothing
)
Parameters
- id Int64
- Company period identifier.
- finishingAction Action (Optional)
- Action to execute after the status change is completed.