Interface StartInstanceUserAction

    • Method Detail

      • tryCancelStartingInstanceTask

        boolean tryCancelStartingInstanceTask​(@NotNull
                                              String projectId,
                                              @NotNull
                                              String profileId,
                                              @NotNull
                                              String imageId,
                                              @NotNull
                                              String instanceId)
        tries to cancel a starting instance task
        Parameters:
        projectId -
        profileId -
        imageId -
        instanceId -
        Returns:
        true if a task with given parameters was found. It doesn't mean that task was cancelled.
        false means no start instance task with given data was found.