Interface Administration.Utilities
- Enclosing interface:
- Administration
public static interface Administration.Utilities
Sub interface that contains... utilities?:P
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runServiceNow
(long serviceId) Run the specified service immediately and wait until it is complete.
-
Method Details
-
runServiceNow
void runServiceNow(long serviceId) Run the specified service immediately and wait until it is complete.- Parameters:
serviceId
- for the required service
-