1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【GAS】スクリプトエディタで実行中の処理を中断する方法

Posted at

GASのスクリプトエディタでトリガーを使わず処理を実行すると、こんなのが出ます。

image.png

これの表示が消えた以降に実行中の処理を中断させる方法メモです。

手順

  1. 画面上部の[表示] > [実行数]を選択
  2. 実行した処理一覧が表示されるので、実行中ステータスの項目にカーソルを合わせる
  3. 右端に表示される「・・・(縦並び)」をクリック
  4. 「終了」をクリック

これで処理が中断できます。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?