View source on GitHub |
Returns a UserRPC
to start all instances for the given module version.
google.appengine.api.modules.start_version_async(
module, version
)
Args | |
---|---|
module
|
String containing the name of the module to affect. |
version
|
String containing the name of the version of the module to start. |
Returns | |
---|---|
A UserRPC to start all instances for the given module version.
|