MENU
    ping
    • 02 Feb 2021
    • 1 Minute to read
    • Contributors
    • Dark
    • PDF

    ping

    • Dark
    • PDF

    Article summary

    Description

    Responds with a simple 'pong' response.


    Input Parameters

    NameTypeDescription
    ---------

    Returns

    No return value.


    Examples

    // ping the runtime - a 'pong' response is returned
    var response = debug.ping();
    debug.log(response);
    JavaScript

    Remarks

    This is not a very useful function, but can be used to verify basic communications with the app runtime.


    What's Next