MDES SDK Guides Understanding component method documentation

Hover over each of the signs to view the pop-up details.

Get product running directory

Will check if the given product is running on the endpoint. The running state of the product does not refer to the products capabilities (such as an antivirus product's real-time protection). The running state simply refers to whether the product's process is running or active on the endpoint.

 {
        "result" : {
                "method" : 101,
                "code" : number,
                "timing" : number,
                "timestamp" : string,	
                "running" : boolean
        }
 }