Op.Notify
End-user notifications.
val make_op :
id:id ->
mark:mark ->
created:B0_std.Mtime.Span.t ->
?post_exec:(op -> unit) ->
?k:(op -> unit) ->
kind ->
string ->
op
make_op
declares a notification operation see the corresponding accessors for the semantics of the various arguments.
val msg : t -> string
msg
is the message.