NotificationFunction

NotificationFunction

通知がバックグランドタスクからどのように送られるかを指定するオプションである.

詳細

  • NotificationFunctionの可能な設定
  • None通知は送らない
    Automatic失敗時に所有者に電子メールの通知を送る
    All成功あるいは失敗時に所有者に電子メールの通知を送る
    "chan"Automatic指定されたチャンネルを通して所有者に失敗を通知する
    "chan"All指定されたチャンネルを通して所有者に成功あるいは失敗を通知する
    {user1,user2,}失敗時に指定されたユーザに電子メールを送る
    {{user1,}cond,}条件 cond に基づいて指定ユーザに電子メールを送る
    f任意の関数を適用する
  • NotificationFunction->f のとき,関数 f は次の要素を含む連想に適用される.
  • "Recipients"通知を受けるユーザ
    "Result"タスクからの結果
    "TaskLink"タスクオブジェクトへのリンク
    "TaskCloudObject"タスクについてのクラウドオブジェクト
    "TaskFilename"タスクのファイル名(無名の場合はNone
    "LogLink"タスクの実行時のログへのリンク
    "StartTime"タスクの開始時
    "EndTime"タスクの終了時
    "Timing"タスクにかかったCPU時間
    "AbsoluteTiming"タスクにかかった実際の時間
    "NextRunTime"次にスケジュールされた実行時
    "RemainingRuns"指定された残りの実行数

例題

  (1)

複数のグループに任意の結果を通知するタスクを配備する:

タスクが非同期実行されるようにする:

失敗だけを通知するようにタスクを配備し直す:

タスクを再度実行する:

カスタムの通知関数があるタスクを配備し直す:

タスクを再度実行する:

タスクを削除する:

Wolfram Research (2015), NotificationFunction, Wolfram言語関数, https://reference.wolfram.com/language/ref/NotificationFunction.html.

テキスト

Wolfram Research (2015), NotificationFunction, Wolfram言語関数, https://reference.wolfram.com/language/ref/NotificationFunction.html.

CMS

Wolfram Language. 2015. "NotificationFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/NotificationFunction.html.

APA

Wolfram Language. (2015). NotificationFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NotificationFunction.html

BibTeX

@misc{reference.wolfram_2024_notificationfunction, author="Wolfram Research", title="{NotificationFunction}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/NotificationFunction.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_notificationfunction, organization={Wolfram Research}, title={NotificationFunction}, year={2015}, url={https://reference.wolfram.com/language/ref/NotificationFunction.html}, note=[Accessed: 22-November-2024 ]}