最終更新日:2022/12/24
The concept behind eventing is fairly simple. With eventing, you have two pieces of code. For example, you might have a script that is running based on a scheduled task. That script might encounter some condition and can raise (or signal) an event, perhaps that it has completed its work. A second bit of code, perhaps a second script running on that same system, can register for events.
音声機能が動作しない場合はこちらをご確認ください
編集履歴(0)
元となった例文
The
concept
behind
eventing
is
fairly
simple.
With
eventing,
you
have
two
pieces
of
code.
For
example,
you
might
have
a
script
that
is
running
based
on
a
scheduled
task.
That
script
might
encounter
some
condition
and
can
raise
(or
signal)
an
event,
perhaps
that
it
has
completed
its
work.
A
second
bit
of
code,
perhaps
a
second
script
running
on
that
same
system,
can
register
for
events.