Tutorial: System.runRvmHealthCheck

System.runRvmHealthCheck

Performs an RVM health check and returns the results as json. Requires RVM 5.5+

Example

try { 
    const results = await fin.System.runRvmHealthCheck(); 
    console.log(results); 
} catch(e) {
     console.error(e);
}