Module Values.StopAppInputSource

Stops the given custom app and shuts down all of its allocated compute resources.

Sourcetype nonrec t = {
  1. app : SimSpaceWeaverResourceName.t;
    (*

    The name of the app.

    *)
  2. domain : SimSpaceWeaverResourceName.t;
    (*

    The name of the domain of the app.

    *)
  3. simulation : SimSpaceWeaverResourceName.t;
    (*

    The name of the simulation of the app.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of SimSpaceWeaverResourceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t