Tutorial: System.getRuntimeInfo

System.getRuntimeInfo

Returns information about the running Runtime in an object

Example

fin.System.getRuntimeInfo().then(RuntimeInfo => console.log(RuntimeInfo)).catch(err => console.log(err));