Lean  $LEAN_TAG$
QuantConnect.Notifications.NotificationExtensions Class Reference

Extension methods for Notification More...

Static Public Member Functions

static bool CanSend (this Notification notification)
 Check if the notification can be sent (implements the Notification.Send method) More...
 

Detailed Description

Extension methods for Notification

Definition at line 388 of file Notification.cs.

Member Function Documentation

◆ CanSend()

static bool QuantConnect.Notifications.NotificationExtensions.CanSend ( this Notification  notification)
static

Check if the notification can be sent (implements the Notification.Send method)

Parameters
notificationThe notification
Returns
Whether the notification can be sent

Definition at line 395 of file Notification.cs.


The documentation for this class was generated from the following file: