KSC Open API
Kaspersky Security Center API description
|
Asynchronously starts, restarts, or stops a specific product.
Call: strRequestId = SetProductStateAsync; pResParams = CheckActionState(strRequestId); bIsRunning = pResParams.Get("Products").Get(ProductId).Get("ProductRunning");
|